#header-yd-box {
    display: none;
}

#yd-nav {
    display: none;
}

#page-list-three .three-box li a .con-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #prevAndnext .next {
        display: flex;
    }

    #prevAndnext {
        margin-top: 30px;
    }

    #prevAndnext .prev {
        display: flex;
    }

    #index-information-box {
        height: auto;
    }

    #index-information-box .box-content {
        height: auto;
    }

    #details-con .con-art p {
        text-align: justify;
    }

    #right-nav .right-con .con-ul .li-one-act a .li-left i.i2 {
        color: #FFD753;
    }

    .pagination {
        height: auto !important;
        padding: 38px 0 8px 0 !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .pagination p {
        line-height: 26px !important;
        height: 30px !important;
        box-sizing: border-box !important;
        border: 1px solid #C4C4C4 !important;
        font-size: 14px !important;
        font-family: Microsoft YaHei !important;
        font-weight: 400 !important;
        color: #C4C4C4 !important;
        opacity: 1;
        margin-bottom: 5px !important;
        display: inline-block !important;
    }

    .pagination p.pageRemark {
        display: none !important;
    }

    .pagination a {
        line-height: 26px !important;
        height: 30px !important;
        box-sizing: border-box !important;
        border: 1px solid #C4C4C4 !important;
        font-size: 14px !important;
        font-family: Microsoft YaHei !important;
        font-weight: 400 !important;
        color: #C4C4C4 !important;
        opacity: 1;
        margin-bottom: 5px !important;
        display: inline-block !important;
    }

    .pagination a.cur {
        background-color: #B5271F !important;
        color: #FFD753 !important;
    }


    #header-pc-box {
        display: none;
    }

    #header-yd-box {
        display: block;
        height: 50px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 15px;
    }

    #header-yd-box .yd-header-logo {
        max-width: 250px;
        display: block;
    }

    #header-yd-box .yd-header-logo img {
        width: 100%;
        height: 100%;
    }

    #header-yd-box .yd-header-menu {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #header-yd-box .yd-header-menu span {
        width: 20px;
        height: 2px;
        background: #B5271F;
        margin: 2px 0;
        display: block;
    }

    .active span:nth-child(1) {
        transform: translateY(3px) rotate(45deg)
    }

    .active span:nth-child(2) {
        transform: translateY(-3px) rotate(-45deg)
    }

    #yd-nav {
        width: 100%;
        height: calc(100% - 50px);
        position: fixed;
        top: 50px;
        left: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    #yd-nav .nav-ul {
        width: 100%;
        overflow-y: auto;
        height: calc(100vh - 50px);
    }

    #yd-nav .nav-ul .yjli {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e7e7e7;
        box-sizing: border-box;
        padding: 0 15px;
    }

    #yd-nav .nav-ul .yjli span {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #yd-nav .nav-ul .yjli a {
        float: left;
        width: 60%;
        color: #333333;
        font-size: 16px;
        line-height: 50px;
    }

    #yd-nav .nav-ul .yjli-act a {
        color: #B5271F;
    }

    #yd-nav .nav-ul .ejli-act a {
        color: #B5271F;
    }

    #yd-nav .nav-ul .yjli i {
        width: 40%;
        font-style: normal;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

    #yd-nav .nav-ul .yjli i img {
        display: inline-block;
    }

    #yd-nav .nav-ul .yjli i .shang-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .xia-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .shang-icon {
        display: block;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        display: none;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli {
        border-bottom: 1px solid #e7e7e7;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli:last-child {
        border-bottom: transparent;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli a {
        width: 100%;
        color: #1f1f1f;
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
        float: none;
        box-sizing: border-box;
    }

    #yd-nav .nav-ul .tel-box {
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
        padding-top: 30px;
    }

    #swiper-pc-box {
        margin-top: 50px;
        height: 150px;
    }

    #swiper-pc-box .swiper-wrapper .swiper-slide {
        height: 150px;
    }

    #index-content {
        padding: 0 15px;
        box-sizing: border-box;
    }

    #index-content .content {
        width: 100%;
        padding-bottom: 30px;
    }

    #index-content .content .content-left {
        width: 100%;
        float: none;
    }

    #index-news-box {
        height: auto;
    }

    #index-news-box-content .content-body .body-left {
        width: 100%;
        float: none;
    }

    #index-news-box-content .content-body .body-right {
        width: 100%;
        float: none;
    }

    #index-title {
        padding: 30px 0 14px 0;
    }

    #index-title .title-left span {
        font-size: 18px;
    }

    #index-title .title-left span:nth-child(2n) {
        margin: 0 10px;
    }

    #index-news-box-content {
        height: auto;
    }

    #index-news-box-content .content-body .body-left {
        height: 300px;
    }

    #index-news-box-content .content-body .body-right {
        padding: 0;
        padding-top: 10px;
    }

    #index-news-box-content .content-body .body-right li a {
        display: block;
    }

    #banner2 .swiper-slide a {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
    }

    .swiper-container .swiper-slide img {
        height: 100%;
    }

    #index-content .content .content-right {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    #index-title .title-center {
        padding-top: 4px;
    }

    #index-business-box .box-content .con-item {
        width: 48%;
        float: none;
        height: 150px;
        margin: 0;
        margin-bottom: 15px;
        overflow: hidden;
    }

    #index-business-box .box-content {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index-business-box .box-content .con-item .item-box .text {
        font-size: 16px;
        line-height: 24px;
        color: #FFD753;
    }

    #index-business-box .box-content .con-item .item-box .img {
        width: 40px;
        height: 40px;
    }

    #index-business-box .box-content .con-item .item-box {
        padding: 30px 10px 0;
    }

    .item-bg-hide {
        display: none;
    }

    #index-business-box .box-content .con-item .item-bg .item-bg-show {
        display: block;
    }

    #index-contact-box .box-content .con-left {
        float: none;
        padding-left: 0;
    }

    #index-contact-box .box-content .con-left .name {
        font-size: 16px;
    }

    #index-contact-box .box-content .con-left .tel-box .tel-art .tel {
        font-size: 16px;
    }

    #index-contact-box .box-content {
        display: flex;
        justify-content: space-between;
    }

    #index-contact-box .box-content .con-right {
        float: none;
        padding: 0;
    }

    #index-contact-box .box-content .con-right .text {
        width: 82px;
    }

    #index-business-box .box-content .con-item .item-box .img .img2 {
        display: none;
    }

    #Links-box {
        box-sizing: border-box;
        padding: 0 15px;
    }

    #Links-box .box-content {
        width: 100%;
    }

    #Links-box .box-content span {
        font-size: 14px;
    }

    #Links-box .box-content .span2 {
        box-sizing: border-box;
        padding: 0 10px;
    }

    #footer-box {
        padding: 0 15px 24px;
    }

    #swiper-pc-box .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    #index-ownership-box .box-content .con-ul li {
        height: auto;
    }

    #banner-box {
        margin-top: 50px;
        height: auto;
    }

    #crumbs-box {
        display: none;
    }

    #page-box .box-content .con-left {
        display: none;
    }

    #page-box {
        min-height: auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #page-box .box-content {
        width: 100%;
        padding: 0;
    }

    #page-box .box-content .con-right {
        width: 100%;
        padding: 20px 0;
    }

    #page-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #details-con .con-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
    }

    #details-two-box .contact-box {
        margin-top: 30px;
        text-align: left;
    }

    #details-two-box .contact-box .item-tel {
        margin: 10px 0;
    }

    #details-two-box .contact-box .box-item {
        display: block;
    }

    #details-two-box .contact-map {
        width: 100%;
        margin-top: 50px;
    }

    #details-two-box .contact-map iframe {
        width: 100%;
    }

    #details-con .con-time {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #page-list-one .one-ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #page-list-one .one-ul li {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
        height: 175px;
    }

    #page-list-three .three-box li a .con-left img {
        object-fit: contain;
        height: 100%;
    }

    #page-list-three .three-box li {
        margin-bottom: 20px;
        height: 130px;
    }

    #page-list-three .con-left {
        display: block !important;
    }

    #page-list-three .three-box li a .con-left {
        width: 140px;
    }

    #page-list-three .three-box li a .con-right {
        width: calc(100% - 140px);
        padding: 5px 10px 0px 15px;
    }

    #page-list-three .three-box li a .con-right .title {
        line-height: 18px;
    }

    #page-list-three .three-box li a .con-right .time {
        line-height: 16px;
        margin-top: 5px;
    }

    #page-list-three .three-box li a .con-right .art {
        margin-top: 8px;
        line-height: 18px;
    }

    #page-list-three .three-box li a .con-right .but {
        margin-top: 8px;
        width: 90px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #page-list-three .three-box li a .con-right .but span {
        line-height: 24px;
    }

    #page-list .list-box li a {
        box-sizing: border-box;
        padding: 10px 0px;
        display: block;
    }

    #banner3 .swiper-slide a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    #banner4 .swiper-slide a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    #index-special-box .box-content {
        width: 100%;
        max-height: 252px;
        height: auto;
    }

    #banner5 .swiper-container .swiper-slide img {
        object-fit: contain;
    }

    #yd-nav-box {
        display: block;
    }

    #yd-nav-box .box-content {
        box-sizing: border-box;
        padding: 20px 0 10px;
        display: flex;
        justify-content: flex-end;
    }

    #yd-nav-box .box-content .button {
        width: 40px;
        height: 40px;
        background-color: #B5271F;
        box-sizing: border-box;
        padding: 10px;
    }

    #yd-nav-box .box-content .button img {
        width: 100%;
        height: 100%;
    }

    #yd-nav-box .box-content .text {
        line-height: 40px;
        box-sizing: border-box;
        flex: 1;
        padding: 0 15px;
        text-align: right;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
    }

    #page-title {
        display: none;
    }

    /* #right-nav {
        display: block;
    } */

    /* 右侧侧边栏 */
    #right-nav {
        width: 100%;
        height: 100vh;
        /* overflow-y: auto; */
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        display: flex;
        overflow: hidden;
    }

    #right-nav .left-but {
        width: 80px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: relative;
    }

    #right-nav .left-but .but-icon {
        width: 36px;
        height: 40px;
        position: absolute;
        background: url(../image/right02.png) no-repeat center center;
        background-size: 36px 40px;
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
    }

    #right-nav .right-con {
        width: calc(100% - 80px);
        height: 100%;
        background: #fff;
    }

    #right-nav .right-con .con-title {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #333333;
        background: rgba(240, 240, 240);
    }

    #right-nav .right-con .con-ul {
        width: 100%;
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    #right-nav .right-con .con-ul li {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        border-top: 1px solid #cdd5d5;
    }

    #right-nav .right-con .con-ul li a {
        display: flex;
        line-height: 50px;
        width: 100%;
    }

    #right-nav .right-con .con-ul li a .li-left {
        width: calc(100% - 99px);
        height: 100%;
        background: rgba(181, 39, 31, 0.1);
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }

    #right-nav .right-con .con-ul li a .li-left i {
        font-style: normal;
        display: block;
    }

    #right-nav .right-con .con-ul li a .li-left i.i1 {
        width: 28px;
        height: 31px;
        font-size: 16px;
        font-weight: bold;
        color: #323232;
        line-height: 31px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #right-nav .right-con .con-ul li a .li-left i.i2 {
        width: calc(100% - 28px);
        box-sizing: border-box;
        font-size: 16px;
        color: #323232;
        line-height: 50px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #right-nav .right-con .con-ul li a .li-left i.i1 .shang-icon {
        display: none;
    }

    #right-nav .right-con .con-ul li a .active .shang-icon {
        display: block !important;
    }

    #right-nav .right-con .con-ul li a .active .xia-icon {
        display: none;
    }

    #right-nav .right-con .con-ul li a .li-right {
        width: 99px;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #right-nav .right-con .con-ul li a .li-right .i3 {
        display: block;
        font-style: normal;
        width: 24px;
        height: 24px;
        background: url(../image/zf.png) no-repeat center center;
        background-size: 24px 24px;
    }

    #right-nav .right-con .con-ul .con-two-ul {
        box-sizing: border-box;
        padding: 0 20px;
        background: rgba(181, 39, 31, 0.1);
        display: block;
    }

    #right-nav .right-con .con-ul .con-two-ul li:first-child {
        border-top: 0;
    }

    #right-nav .right-con .con-ul .con-two-ul li {
        box-sizing: border-box;
        padding: 0 15px;
    }

    #right-nav .right-con .con-ul .con-two-ul li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #323232;
        line-height: 40px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #right-nav .right-con .con-ul .con-two-ul .li-one-act a {
        color: #FFD753;
    }

}

@media screen and (min-width: 751px) and (max-width: 991px) {
    #index-business-box .box-content .con-item .item-bg .item-bg-show {
        display: block;
    }

    #index-business-box .box-content .con-item .item-bg .item-bg-hide {
        display: none;
    }

    #index-business-box .box-content .con-item .item-box .img2 {
        display: none;
    }

    #index-business-box .box-content .con-item .item-box .text {
        color: #FFD753;
    }

    #header-pc-box {
        display: none;
    }

    #header-yd-box {
        display: block;
        height: 60px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 30px;
    }

    #header-yd-box .yd-header-logo {
        max-width: 300px;
        height: 42px;
        display: block;
    }

    #header-yd-box .yd-header-logo img {
        width: 100%;
        height: 100%;
    }

    #header-yd-box .yd-header-menu {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 30px;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #header-yd-box .yd-header-menu span {
        width: 20px;
        height: 3px;
        background: #B5271F;
        margin: 2px 0;
        display: block;
    }

    .active span:nth-child(1) {
        transform: translateY(3px) rotate(45deg)
    }

    .active span:nth-child(2) {
        transform: translateY(-4px) rotate(-45deg)
    }

    #yd-nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    #yd-nav .nav-ul {
        width: 100%;
        overflow-y: auto;
        height: calc(100vh - 60px);
    }

    #yd-nav .nav-ul .yjli {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e7e7e7;
        box-sizing: border-box;
        padding: 0 52px;
    }

    #yd-nav .nav-ul .yjli span {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #yd-nav .nav-ul .yjli a {
        float: left;
        width: 60%;
        color: #333333;
        font-size: 16px;
        line-height: 50px;
    }

    #yd-nav .nav-ul .yjli-act a {
        color: #B5271F;
    }

    #yd-nav .nav-ul .ejli-act a {
        color: #B5271F;
    }

    #yd-nav .nav-ul .yjli i {
        width: 40%;
        font-style: normal;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

    #yd-nav .nav-ul .yjli i img {
        display: inline-block;
    }

    #yd-nav .nav-ul .yjli i .shang-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .xia-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .shang-icon {
        display: block;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        display: none;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli {
        border-bottom: 1px solid #e7e7e7;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli:last-child {
        border-bottom: transparent;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli a {
        width: 100%;
        color: #1f1f1f;
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
        float: none;
        box-sizing: border-box;
    }

    #yd-nav .nav-ul .tel-box {
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
        padding-top: 30px;
    }

    #swiper-pc-box {
        margin-top: 60px;
        height: auto;
    }

    #swiper-pc-box .swiper-wrapper .swiper-slide {
        height: auto;
    }

    #index-content {
        box-sizing: border-box;
        padding: 0 30px;
    }

    #index-content .content {
        width: 100%;
    }

    #index-content .content .content-left {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
    }

    #index-content .content .content-right {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    #index-last-box {
        display: flex;
        justify-content: space-between;
    }

    #index-business-box .box-content {
        height: auto;
    }

    #index-business-box .box-content .con-item {
        height: 190px;
        overflow: hidden;
    }

    .swiper-container .swiper-slide img {
        height: 100%;
    }

    #index-ownership-box .box-content .con-ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #index-ownership-box .box-content .con-ul li img {
        height: 100%;
    }

    #index-ownership-box {
        width: 55%;
        box-sizing: border-box;
        padding-right: 30px;
    }

    #index-contact-box {
        width: 45%;
    }

    #index-contact-box .box-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #index-contact-box .box-content .con-left {
        padding: 8px 0;
    }

    #index-contact-box .box-content .con-right {
        padding: 30px 0 0;
    }

    #Links-box {
        padding: 0 30px;
        box-sizing: border-box;
    }

    #Links-box .box-content {
        width: 100%;
    }

    #banner-box {
        height: auto;
        margin-top: 60px;
    }

    #crumbs-box {
        box-sizing: border-box;
        padding: 0 30px;
    }

    #crumbs-box .box-con {
        width: 100%;
    }

    #page-box {
        padding: 0 30px;
        box-sizing: border-box;
    }

    #page-box .box-content {
        width: 100%;
    }

    #page-box .box-content .con-left .left-top {
        width: 210px;
        padding: 0 30px;
    }

    #page-box .box-content .con-left {
        width: 210px;
    }

    #page-box .box-content .con-right {
        width: calc(100% - 210px);
        padding-left: 30px;

    }

    #page-box .box-content .con-left .left-box .li-one a {
        padding: 0 30px 0 20px;
    }

    #details-two-box .contact-map {
        width: 100%;
    }

    #details-two-box .contact-map iframe {
        width: 100%;
    }

    #details-two-box .contact-box .item-ads {
        margin-bottom: 5px;
    }

    #page-list-one .one-ul li a .img img {
        height: 100%;
        object-fit: cover;
    }

    #page-list-three .three-box li a .con-left {
        width: 200px;
    }

    #page-list-three .three-box li a .con-left img {
        object-fit: contain;
        height: 100%;
    }

    #page-list-three .three-box li a .con-right {
        width: calc(100% - 200px);
    }

    #page-list-three .three-box li {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #prevAndnext a {
        font-size: 14px;
    }

    #prevAndnext {
        font-size: 14px;
    }

    #header-pc-box .logo-box {
        width: 30%;
        max-width: 330px;
        height: 98px;
    }

    #header-pc-box .logo-box a {
        position: relative;
        height: 100%;
    }

    #header-pc-box .logo-box a img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    #header-pc-box .nav-box {
        width: 70%;
        padding: 0 0 0 20px;
    }

    #header-pc-box .nav-box .box-ul {
        height: 98px;
    }

    #header-pc-box .nav-box .box-ul .one-box {
        width: calc(100% / 9);
    }

    #header-pc-box .nav-box .box-ul li .li-one {
        width: 100%;
        font-size: 16px;
    }

    #header-pc-box .nav-box .box-ul li .two-box li a {
        font-size: 14px;
    }

    #swiper-pc-box {
        height: auto;
    }

    #swiper-pc-box .swiper-wrapper .swiper-slide {
        height: auto;
    }

    #index-content {
        box-sizing: border-box;
        padding: 0 40px;
    }

    #index-content .content {
        width: 100%;
    }

    #Links-box {
        box-sizing: border-box;
        padding: 0 40px;
    }

    #Links-box .box-content {
        width: 100%;
    }

    #Links-box .box-content span {
        font-size: 14px;
    }

    #index-content .content .content-right {
        width: 400px;
        margin-left: 30px;
    }

    #index-content .content .content-left {
        width: calc(100% - 430px);
    }

    #index-title .title-left span {
        font-size: 20px;
    }

    #index-title .title-right a {
        font-size: 12px;
    }

    #index-title .title-center p {
        font-size: 12px;
    }

    #index-news-box-content .content-body .body-left {
        width: 260px;
        height: 257px;
    }

    #index-news-box-content .content-body .body-right {
        width: calc(100% - 260px);
        padding-left: 20px;
    }

    #banner2 .swiper-slide a .text {
        font-size: 14px;
        padding-right: 110px;
    }

    #index-news-box-content .content-body .body-right li a .title {
        font-size: 14px;
    }

    #index-information-box .box-content .con-ul li .title {
        font-size: 14px;
    }

    #index-information-box .box-content .con-ul li .time {
        font-size: 12px;
    }

    #index-business-box .box-content .con-item .item-box .text {
        font-size: 18px;
    }

    #index-business-box .box-content .con-item .item-box {
        padding: 26px 2px 10px;
    }

    #index-contact-box .box-content .con-left .name {
        font-size: 16px;
    }

    #index-contact-box .box-content .con-left {
        padding-left: 30px;
    }

    #index-contact-box .box-content .con-left .tel-box .tel-art .text {
        font-size: 12px;
    }

    #index-contact-box .box-content .con-left .tel-box .tel-art .tel {
        font-size: 16px;
    }

    #index-contact-box .box-content .con-right .text {
        font-size: 12px;
        margin-top: 6px;
    }

    #index-contact-box .box-content .con-right img {
        width: 75px;
        height: 75px;
    }

    #banner-box {
        height: auto;
    }

    #crumbs-box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }

    #crumbs-box .box-con {
        width: 100%;
    }

    #crumbs-box .box-con span {
        font-size: 12px;
    }

    #crumbs-box .box-con a {
        font-size: 12px;
    }

    #page-box {
        box-sizing: border-box;
        padding: 0 40px;
    }

    #page-box .box-content {
        width: 100%;
    }

    #page-box .box-content .con-left .left-top {
        font-size: 28px;
        width: 240px;
        padding: 0 30px;
    }

    #page-box .box-content .con-left .left-box .li-one a .span1 {
        font-size: 16px;
    }

    #page-box .box-content .con-left {
        width: 240px;
    }

    #page-box .box-content .con-left .left-box .li-one a {
        padding-left: 30px;
        padding-right: 48px;
    }

    #page-box .box-content .con-left .left-box .li-one .two-box p a {
        padding-right: 48px;
    }

    #page-box .box-content .con-right {
        width: calc(100% - 240px);
        padding-left: 40px;
    }

    #page-title {
        font-size: 24px;
    }

    #page-art {
        font-size: 14px;
    }

    #details-con .con-title {
        font-size: 24px;
    }

    #details-con .con-time {
        font-size: 14px;
    }

    #details-con .con-art {
        font-size: 14px;
    }

    #page-list-one .one-ul li a .img img {
        height: 100%;
    }

    #page-list-one .one-ul li .li-art .art-text {
        font-size: 16px;
    }

    #page-list-three .three-box li a .con-left {
        width: 230px;
    }

    #page-list-three .three-box li a .con-right {
        width: calc(100% - 230px);
        padding: 8px 18px 0px 20px;
    }

    #page-list-three .three-box li a .con-right .title {
        font-size: 14px;
    }

    #page-list-three .three-box li a .con-right .art {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    #page-list-one .one-ul li a .title {
        font-size: 14px;
    }

    #page-list .list-box li a .title {
        font-size: 14px;
    }

    #page-list .list-box li a .title {
        font-size: 14px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    #index-content {
        box-sizing: border-box;
        padding: 0 50px;
    }

    #index-content .content {
        width: 100%;
    }

    #Links-box {
        box-sizing: border-box;
        padding: 0 50px;
    }

    #Links-box .box-content {
        width: 100%;
    }

    #index-business-box .box-content .con-item .item-box .text {
        font-size: 20px;
    }

    #crumbs-box {
        box-sizing: border-box;
        padding: 0 50px;
    }

    #crumbs-box .box-con {
        width: 100%;
    }

    #page-box {
        box-sizing: border-box;
        padding: 0 50px;
    }

    #page-box .box-content {
        width: 100%;
    }

    #page-list-one .one-ul li a .img img {
        height: 100%;
    }

    #page-list-one .one-ul li a .title {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1860px) {
    #header-pc-box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    #header-pc-box .box-content {
        width: 100%;
        height: 98px;
    }

    #header-pc-box .box-content .logo-box {
        width: 30%;
        height: 100%;
        padding: 0;
    }

    #header-pc-box .logo-box a {
        position: relative;
        height: 100%;
    }

    #header-pc-box .logo-box a img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    #header-pc-box .box-content .nav-box {
        width: 70%;
    }

    #header-pc-box .nav-box {
        padding: 0 0 0 30px;
    }

    #header-pc-box .nav-box .box-ul .one-box {
        width: calc(100% / 9);
    }

    #header-pc-box .nav-box .box-ul .one-box a {
        width: 100%;
    }

    #swiper-pc-box {
        height: auto;
    }

    #swiper-pc-box .swiper-wrapper .swiper-slide {
        height: auto;
    }

    #banner-box {
        height: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 3000px) {
    .pagination a:hover {
        background-color: #B5271F !important;
        color: #FFD753 !important;
    }

    #header-pc-box .nav-box .box-ul li:hover .li-one {
        background: linear-gradient(180deg, #B5271F 0%, #770600 100%);
        opacity: 1;
        color: #FFD753;
    }

    #header-pc-box .nav-box .box-ul li .two-box li a:hover {
        color: #FFD753;
    }


    #index-news-box #index-title .title-left span:hover {
        color: #B5271F;
    }

    #index-business-box .box-content .con-item:hover .item-bg-show {
        display: block;
    }

    #index-business-box .box-content .con-item:hover .item-bg-hide {
        display: none;
    }

    #index-business-box .box-content .con-item:hover .text {
        color: #FFD753;
    }

    #index-business-box .box-content .con-item:hover .img2 {
        display: none;
    }

    #index-information-box .box-content .con-ul li a:hover .title {
        color: #B5271F;
    }

    #index-information-box .box-content .con-ul li a:hover .qq i {
        background: #B5271F;
    }

    #index-news-box-content .content-body .body-right li a:hover .qq i {
        background: #B5271F;
    }

    #index-news-box-content .content-body .body-right li a:hover .title {
        color: #B5271F;
    }

    #crumbs-box .box-con a:hover {
        color: #FFD753;
    }

    #page-box .box-content .con-left .left-box .li-one a:hover {
        background: #B5271F;
    }


    #page-box .box-content .con-left .left-box .li-one a:hover span {
        color: #fff;
    }

    #page-box .box-content .con-left .left-box .li-one a:hover .span2 {
        display: block;
    }

    #page-box .box-content .con-left .left-box .li-one a:hover .span3 {
        display: none;
    }

    #page-box .box-content .con-left .left-box .li-one a:hover .span4 {
        display: block;
    }

    #page-box .box-content .con-left .left-box .li-one .two-box p a:hover {
        background: transparent;
    }

    #page-box .box-content .con-left .left-box .li-one .two-box p a:hover span {
        color: #B5271F;
    }

    #page-box .box-content .con-left .left-box .li-one .two-box p a:hover .span2 {
        display: block;
    }

    #page-list .list-box li:hover {
        background: #f6f6f6;
    }

    #page-list-one .one-ul li:hover .li-art {
        display: block;
    }

    #page-list-one .one-ul li:hover .title {
        display: none;
    }

    #page-list-three .three-box li:hover {
        background-color: #F6F6F6;
    }
}